From 8c45b1fd9f2fa1f2d833995c7195140c8ef287af Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 30 Oct 2006 21:34:15 +0000 Subject: [PATCH] * tutorial.el: Move defvars to avoid bytecomp warnings. (tutorial--find-changed-keys): Check if viper-current-state is bound before using it. (help-with-tutorial): Check if viper-tutorial is defined before using it. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed48589af8f..63e4c75ca93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2006-10-30 Chong Yidong + + * tutorial.el: Move defvars to avoid bytecomp warnings. + (tutorial--find-changed-keys): Check if viper-current-state is + bound before using it. + (help-with-tutorial): Check if viper-tutorial is defined before + using it. + 2006-10-30 Lennart Borgman * help-fns.el (help-with-tutorial): Moved to tutorial.el. -- 2.30.2